Crate bevy_gltf

source ·

Structs

Representation of a loaded glTF file.
Loads glTF files with all of their data as their corresponding bevy representations.
A glTF mesh, which may consist of multiple GltfPrimitives.
A glTF node with all of its child nodes, its GltfMesh and Transform.
Adds support for glTF file loading to the app.
Part of a GltfMesh that consists of a Mesh and an optional StandardMaterial.

Enums

An error that occurs when loading a glTF file.